isStrokeEnabled

abstract fun isStrokeEnabled(block: DesignBlock): Boolean

Query if the stroke of the given design block is enabled.

Return

true if the block's stroke is enabled, false otherwise.

Parameters

block

the block whose stroke state should be queried.